/*拍卖类型 线上 线下 投标 关注*/
.auctionTypeBox{
	width:1160px;height: 50px;margin:0 auto;text-align: center;
}
.auctionTypeBox ul{
	text-align: center;display: inline-block;background: #fff;border-radius:21px;box-shadow: 0 4px 8px #eee;
}
.auctionTypeBox ul li{
	height:42px;line-height:42px;display: inline-block;text-align: center;font-size: 17px;color: #585E66;background: #fff;cursor: pointer;
}
.auctionTypeBox ul li a{
	color: #585E66;padding:0 26px;line-height: 42px;display: inline-block;
}
.auctionTypeBox ul li:first-child{
	border-radius:21px 0 0 21px;
}
.auctionTypeBox ul li:last-child{
	border-radius:0 21px 21px 0;
}
.auctionTypeBox ul li.auctionTypeLine{
	height:10px;border-right:1px #D0D0D0 solid;padding:0;font-size: 12px;margin:0;
}
.auctionTypeBox ul li.on{
	background: #4A90EF;color:#fff;
}
.auctionTypeBox ul li.on a{
	color: #fff;
}

/*场次*/
.auctionCategory{
	width:1100px;padding:25px 30px;box-shadow: 0 4px 8px #eee;background: #fff;margin:18px auto;
}
.auctionCategory .auctionEventBox{
	width:100%;padding-bottom:0px;overflow: hidden;border-bottom:1px #EDEDED solid;padding: 12px 0
}
.auctionCategory .leftLabel{
	width:80px;line-height:30px;font-size: 16px;color: #A6ACB7;float:left;
}
.auctionCategory .auctionEventBox .right{
	width:850px;float: left;
	/*margin-bottom: 12px*/
}
.auctionCategory .auctionEventBox .right li{
	padding:0 10px;
	line-height:28px;font-size: 14px;color: #585E66;margin:0 2px;float:left;cursor: pointer;
}
.auctionCategory .auctionEventBox .right li:hover{
	color:#4A90EF
}
.auctionCategory .auctionEventBox .right li.on{
	background: #4A90EF;box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);border-radius: 6px;color: #FFFFFF;
}
.morebtn{
	width:43px;line-height:28px;float:right;font-size: 14px;color: #585E66;cursor: pointer;
	cursor: pointer;
	background:url(../images/down_arrow.png) no-repeat 30px center;
	display: inline-block;
}
.morebtn1{
	width:40px;background:url(../images/up_arrow.png) no-repeat 33px center;
}
.upheight{
	height:40px;
}
.upheight1{
	height:auto;
}
/*拍卖时间*/
.auctionCategory .auctionTimeBox{
	/*margin-top: 12px;*/
}
/*当前场次*/
.currAuctionevent{
	width:1160px;margin:0 auto;font-size: 16px;color: #A6ACB7;text-align: left;
}
.currAuctionevent1{
	padding: 0 0 10px 0;
}
/*站点*/
.sourceAreaBox,.auctionModeBox{
	/*margin-top: 12px;*/
}
/*车辆列表*/
.carList{
	width:1160px;box-shadow: 0 4px 8px #eee;background: #fff;margin:30px auto;
}
.carList1{
	background: none;
}
/*拍卖列表*/
.carListUL{
	background:#fff;overflow: hidden;
}
.carListUL li{
	width:100%;
	height: 110px;
	float:left;
	border: 1px solid #ECECEC;
	border-bottom: none;
	padding: 20px 0;
	position: relative;
}
/*序号*/
.carListUL .left{
	width: 30px;
	line-height: 120px;
	float: left;
	text-align: center;
	color: #585E66;
	/* border-right: 1px solid #ECECEC; */
}

/*车辆信息*/
.carListUL .center{
	/* margin: 0; */
	float: left;
}
.carListUL .center .carImg {
	width: 150px;
	height:110px;
	float:left;
	margin-right: 20px;
	position: relative;
}
.carListUL .center .carImg .carPicture {
	width:148px;
	height:110px;
	border-radius: 4px;
}
.carListUL .center .carInfo{
	float:left;width:700px;
}
.carListUL .center .carInfo h1,.carListUL .center .carInfo h2,.carListUL .center .carInfo h3,.carListUL .center .carInfo h4{
	width:100%;float: left;font-weight: normal;
}
.carListUL .center .carInfo h1 .carModel{
	font-size: 16px;
	color: #585E66;
	float:left;
	margin-right: 10px;
}
.carListUL .center .carInfo h1 .auctionState{
	/*width: 58px;*/
	padding:0 10px;
	height:20px;
	line-height:20px;
	color: #4A90EF;
	text-align: center;
	display:inline-block;
	float:left;
	border-radius: 2px;
	font-size: 12px;
	background: #FFFFFF;
	border: 1px solid #4A90EF;
	border-radius: 11px;
}
.carListUL .center .carInfo h1 .auctionState_auctioning{
	width:58px;height:20px;line-height:20px;color:#F65952;text-align: center; display:inline-block; float:left;color: #F65952;font-size: 13px;
	border: 1px solid #F65952;border-radius: 11px;
}
.carListUL .center .carInfo h1 .auctionState_cannel{
	width: 58px;
	height:20px;
	line-height:20px;
	color:#9E9E9E;
	text-align: center;
	display:inline-block;
	float:left;
	background: #F3F3F3;
	border-radius: 11px;
	font-size: 12px;
	border: 1px #eee solid;
}
.carListUL .center .carInfo h2{
	width:100%;
	float: left;
	font-size: 13px;
	margin-top: 10px;
	text-align: left;
}
.carListUL .center .carInfo h2 span{
	padding:0 6px;height:20px;line-height:20px;display: inline-block;font-size: 13px;color: #A6ACB7;background: #F9F9F9;border-radius: 10px;margin-right:5px
}
.carListUL .center .carInfo h2 span.hepai{
	color:#4A90EF
}
.carListUL .center .carInfo h3{
	height:17px;line-height: 17px;text-align: left;margin-top: 6px;
}
.carListUL .center .carInfo h3 span{
	font-size: 12px;color: #A6ACB7;border-right:1px #EDEDED solid;padding-right:6px;margin-right: 6px;
}
.carListUL .center .carInfo h3 span a{
	color: #4A90EF;
}
.carListUL .center .carInfo h3 span:last-child{
	border-right:none;
}
.carListUL .center .carInfo h4{
	margin-top:10px;
	text-align: left;
}
.carListUL .center .carInfo h4 .startPrice{
	font-size: 24px;
	color: #F65952;
}
.carListUL .center .carInfo h4 .startPriceLabel{
	font-size: 12px;
	color: #F65952;
	margin-left:2px;
}

/*按钮*/
.carListUL .right{
	float:right;
	margin: 40px 74px 0 auto;
}
.carListUL .right a{
	width:100px;
	height:40px;
	line-height: 39px;
	color:#fff;
	font-size: 17px;
	border-radius: 44px;
	text-align: center;
	display: inline-block;
}
.carListUL .right a.viewCarDetailCancel{
	color: #999;
}
.viewCarDetail{
	background: #4A90EF;
	box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);
}
.viewCarDetailCancel{
	background: #F3F3F3;
	box-shadow: none;
}
.bidPrice{
	background: #F65952;
	box-shadow: 0 2px 4px 0 rgba(246,89,82,0.27);
	border-radius: 44px;
}
/*关注*/
.careBox{
	width:50px;height:35px;position: absolute;top:61px;right:193px;padding-top:23px;text-align: center;cursor: pointer;
}
.care{
	background: url(../images/care.png) no-repeat top center;font-size: 12px;color:  #F65952;
}
.notcare{
	background: url(../images/notcare.png) no-repeat top center;font-size: 12px;color:#A6ACB7;
}

.carConfig{
	width:100%;float:left;
}
.carConfig span{
	height:20px;line-height:20px;padding:0 6px;background: #EBEBEB;border-radius: 2px;margin-right: 5px;font-size: 13px;color: #9B9B9B;
}
.text .info p {
	color: #666666;
	line-height: 24px;
}
.text .info .damage span {
	padding-right: 4px;
	color: #62afff;
	border-bottom: 1px #62afff solid;
}
.carRed{
	font-size: 12px;color: #FF0000;
}
.carRed1{
	font-size: 14px;color: #FF0000;
}

/*------拍卖详情页------*/
.auctionStateLeft{
	width: 842px;
	height:520px;
	padding:20px;
	background: #FFFFFF;
	box-shadow: 0 4px 6px 0 rgba(231,231,231,0.60);
	border-radius: 5px;
	float: left;
}
.auctionStateLeft .column1{
	width: 460px;
	height:325px;
}
.auctionStateLeft .column1 .showImgBox{
	width:460px;height:345px;position: relative;
}
.auctionStateLeft .column1 .showImgBox .showImg{
	width:100%;height:100%;
}
.auctionStateLeft .column1 .showImg img{
	max-width:100%;max-height:100%;border-radius: 4px;
}
.auctionStateLeft .column1 .showImgBox .auctionMerge{
	width:24px;height:64px;color:#fff;position: absolute;top:1px;left:0;background: #4A90EF;border-radius: 0 0 12px 12px;text-align: center;z-index: 1;
}
.auctionStateLeft .column1 .showImgBox .auctionNum{
	position: absolute;bottom:10px;right:10px;color:#fff;z-index: 1;background: rgba(0,0,0,0.40);line-height: 22px;border-radius: 11px;padding: 0 10px;
}
.auctionStateLeft .column1 .nextCar{
	margin-top: 20px;width:100%;height:32px;line-height: 32px;font-size: 14px;color: #A6ACB7;background: #F9F9F9;border-radius: 21px;text-align: center;
}
.auctionStateLeft .column1 .nextCar a{
	color: #A6ACB7;
}
.auctionStateLeft .column1 .nextCar a:hover{
	color: #666;
}
.auctionStateLeft .column1 .tips{
	width:100%;margin-top: 24px;
}


.auctionStateLeft .column2{
	width: 362px;
	margin-left: 20px;
	position: relative;
}
.auctionStateLeft .column2 .modelName{
	width:98%;font-size: 22px;color: #585E66;
}
.auctionStateLeft .column2 .detailcareBox{
	width:20px;height:20px;position: absolute;top:8px;right:0;cursor: pointer;
}
.auctionStateLeft .column2 .startPrice{
	width:100%;height:50px;line-height:50px;
	/*border-bottom:1px #EDEDED solid;*/
}
.auctionStateLeft .column2 .startPrice label{
	color: #585E66;
}
.auctionStateLeft .column2 .startPrice span{
	font-size: 24px;color: #F65952;
}
.auctionStateLeft .column2 .startPrice span:last-child{
	font-size:14px;color: #F65952;
}
.auctionStateLeft .column2 .startPrice .viewMergeCar{
	width:84px;height:22px;line-height:22px;font-size: 12px;color: #4A90EF;text-align: center;border: 1px solid #4A90EF;border-radius: 12px;margin-top:13px;cursor: pointer;
}
.countdownBox{
	width:100%;height:80px;margin:10px 0;padding-left:140px;
}
/*倒计时*/
.alert-box {
	display: none;
	position: relative;
	color: #FFF;
	text-align: center
}
.alert-box p {
	margin: 0
}
.alert-circle {
	position: absolute;
	top: 0;
	left: 0
}
.alert-sec-circle {
	stroke-dashoffset: 0;
	stroke-dasharray: 254;
	transition: stroke-dashoffset 1s linear
}
.alert-sec-text {
	position: absolute;
	top: 7px;
	left: 4px;
	width: 80px;
	color: #4A90EF;
	font-size: 32px
}
.alert-sec-unit {
	font-size: 14px;
	color: #585E66;
}


/*未登录左侧宽度*/
.notLoginLeftSize{
	width:1160px;
}
.notLoginLeftSize .column2{
	width:640px;
}
/*正在拍卖*/
.auctioningBox{
	width:100%;overflow: hidden;
}
.auctioningBox .pricebox{
	width:100%;
	border-bottom: 1px #EDEDED solid;
	padding-bottom: 10px;
}
.auctioningBox .pricebox .top{
	width:100%;overflow: hidden;
}
.auctioningBox .pricebox .top section{
	width:100%;float: left;
}
.auctioningBox .pricebox .top .line{
	height:22px;border-right: 1px #EDEDED solid;float:left;margin-top:14px;
}
.auctioningBox .pricebox .top section h1{
	font-size: 14px;color: #F65952;font-weight: normal;text-align: center;
}
.auctioningBox .pricebox .top section h1 span{
	font-size: 32px;color: #F65952;
}
.auctioningBox .pricebox .top section h2{
	text-align: center;font-size: 14px;color: #585E66;font-weight: normal;
}
.auctioningBox .pricebox .bottom{
	width:100%;
	margin-top: 10px;
	overflow: hidden;
}
.auctioningBox .pricebox .bottom h1{
	font-size: 14px;color: #F65952;font-weight: normal;text-align: center;
}
.auctioningBox .pricebox .bottom h1 span{
	font-size: 32px;color: #F65952;
}
.auctioningBox .pricebox .bottom h2{
	text-align: center;font-size: 14px;color: #585E66;font-weight: normal;
}
.auctioningBox .pricebox .bottom h3{
	font-size: 14px;color: #4A90EF;font-weight: normal;text-align: center;
}
.auctioningBox .pricebox .bottom h3 span{
	font-size: 32px;color: #4A90EF;
}
.auctioningBox .pricebox .bottom h3{
	text-align: center;font-size: 14px;color: #585E66;font-weight: normal;
}
.auctioningBox .addprice{
	margin-top:15px;
}
.auctioningBox .addprice li{
	float:left;
	width:135px;
	height:52px;
	line-height: 52px;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #4A90EF;
	border-radius: 26px;
	margin:0 20px 10px 20px;
	font-size: 20px;
	color: #4A90EF;
	cursor: pointer;
	transition: all .1s linear;
}
.auctioningBox .addprice li:hover,.auctioningBox .addprice li:active{
	background:#4A90EF;
	color:#fff;
}
/*线上投标*/
.auctioningBox .row1{
	width:100%;overflow: hidden;
}
.auctioningBox .row1 .price{
	width:100%;margin:5px 0;font-size: 32px;color: #4A90EF;text-align: center;
}
.auctioningBox .row1 p{
	width:100%;text-align: center;font-size: 14px;color: #585E66;margin-bottom: 10px;
}
.auctioningBox .row2{
	width:100%;overflow: hidden;margin-bottom: 4px;
}
.auctioningBox .row2 h1{
	font-size: 14px;color: #F65952;font-weight: normal;text-align: center;
}
.auctioningBox .row2 h1 span{
	font-size: 32px;color: #F65952;
}
.auctioningBox .row2 h2{
	text-align: center;font-size: 14px;color: #585E66;font-weight: normal;
}
.intentionPrice{
	width:100%;
	padding-top: 10px;
	border-top: 1px #EDEDED solid;
	position: relative;
	font-size: 18px;
	color: #585E66;
}
.intentionPrice input{
	width:160px;height:36px;border: 1px solid #EDEDED;border-radius: 20px;padding-right:32px;font-size: 18px;color: #585E66;text-align: right;outline: none;
}
.intentionPrice span{
	position: absolute;
	top: 18px;
	right: 88px;
	color: #A6ACB7;
}
.bidding{
	width:100%;
	text-align: center;
	margin-top: 4px;
}
.bidding span{
	width:95px;height:36px;line-height:36px;background: #4A90EF;border-radius: 18px;color:#fff;display: inline-block;cursor: pointer;
}

/*右侧记录*/
.auctionStateRight{
	width:260px;height:542px;background: #FFFFFF;box-shadow: 0 4px 6px 0 rgba(231,231,231,0.60);border-radius: 5px;float: right;
}
.auctionStateRight .record{
	width:100%;height: 46px;border-bottom: 1px #EDEDED solid;
}
.auctionStateRight .record li{
	width:50%;float:left;text-align: center;font-size: 18px;color: #585E66;
}
.auctionStateRight .record li span{
	display: inline-block;font-size: 16px;line-height: 42px;color: #585E66;cursor: pointer;
}
.auctionStateRight .record li.on span{
	color: #4A90EF;border-bottom: 4px #4A90EF solid;
}

.recordthead {
	width:100%;text-align: center;font-size: 14px;color: #585E66;margin-top: 14px;
}
.recordthead td {
	font-weight: bold;
}
.scroll_height{
	width: 100%;
	height:386px;
	overflow-y: auto;
}
.recordtbody {
	width:100%;
	color:#333333;
	text-align: center;
}
.recordtbody td {
	line-height: 25px;color: #585E66;font-size: 13px;
}
.recordtbody .red td{
	color: #F65952;
}
.auctionStateRightTip{
	font-size: 12px;border-top: 1px #EDEDED solid;padding:10px;
}
/*未登录*/
.notLogged{
	width:100%;text-align: center;
}
.notLogged p{
	font-size: 21px;color: #585E66;line-height:30px;margin:100px auto 70px auto;
}
.notLogged div{
	text-align: center;
}
.notLogged div a{
	width:136px;height:50px;line-height:50px;display: inline-block;border-radius: 26px;font-size: 19px;
	margin-right: 41px;
}
.notLogged .div a:nth-child(1){
	background: #4A90EF;border: 1px #4A90EF solid;color:#fff;
}
.notLogged .div a:nth-child(2){
	background: #fff;color:#4A90EF;border: 1px #4A90EF solid;margin-right: 0;
}

/*车辆详情*/
.carDetailType{
	width:100%;border-bottom: 1px #EDEDED solid;box-sizing: border-box;padding-left:20px;float: left;z-index: 1000;
}
.carDetailType li{
	margin-right:60px;float:left;font-size: 18px;color: #585E66;line-height: 54px;cursor: pointer;
}
.carDetailType li:last-child{
	float:right;font-size: 14px;color: #585E66;margin-right:28px;
}
.carDetailType li.on{
	font-size: 18px;color: #4A90EF;border-bottom:4px #4A90EF solid;
}
.introduce{
	width: 1120px;
	margin-top: 50px;
	float: left;
	padding:0 20px;
}
.introduce h1{
	height:19px;line-height:19px;font-size: 20px;color: #676A6C;font-weight: normal;border-left:4px #4A90EF solid;padding-left:9px;
}
.introduce1{
	width:1120px;padding: 0;margin: 0;
}
table.gridtable{
	border-collapse:collapse;font-size:14px;
	width:100%;
	color:#333333;
	border: 1px  #efefef solid;
	margin-top: 20px;
}
table.gridtable th {
	border: 1px #ededed solid;padding-left:10px;line-height: 41px;
	text-align:left;
	width:190px;
	color: #676A6C;
	background: #F9F9F9;
}
table.gridtable td{
	width:358px;padding-left:10px;color: #676A6C;
	border: 1px #ededed solid;
	text-align: left;
}

/*查看合拍车*/
.mergeList{
	width:100%;overflow: hidden;
}
.mergeList li{
	width:140px;text-align: center;float:left;margin-right: 20px;margin-top: 20px;
}
.mergeList li:nth-child(5n){
	margin-right: 0;
}
.mergeList li a{
	width:140px;height:105px;display: inline-block;text-align: center;
}
.mergeList li img{
	width:140px;height:105px;border-radius: 3px;
}
.mergeList li.on img{
	border: 1px #4A90EF solid;
}
.mergeList li.on p{
	color: #4A90EF;
}
.mergeList li p{
	width:140px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;text-align: center;margin-top:5px
}
.mergeList li:hover{
	color: #4A90EF;
}
/*车辆照片 小*/
.showImg .swiper-container{
	height:345px;
}
.showImg .swiper-container-horizontal>.swiper-pagination-bullets,.showImg .swiper-pagination-custom,.showImg .swiper-pagination-fraction{
	width: 50px;height: 22px;line-height: 22px;font-size: 13px; background: rgba(0,0,0,0.40);
	border-radius: 11px;left: 10px;bottom: 8px;text-align: center;
}
/*车辆照片 大*/
#bigPicModal .swiper-container img{
	width:730px;height:546px;
}
.bigPic .swiper-container-horizontal>.bigPic .swiper-pagination-bullets,.bigPic  .swiper-pagination-custom,.bigPic  .swiper-pagination-fraction{
	width: 50px;height: 22px;line-height: 22px;font-size: 13px; background: rgba(0,0,0,0.40);
	border-radius: 11px;left: 339px;bottom: 8px;text-align: center;
}
.imgbox .swiper-container-horizontal>.imgbox .swiper-pagination-bullets,.imgbox .swiper-pagination-custom,.imgbox .swiper-pagination-fraction{
	width: 50px;height: 22px;line-height: 22px;font-size: 13px; background: rgba(0,0,0,0.40);
	border-radius: 11px;left: 339px;bottom: 71px;text-align: center;
}
/*评估信息*/
.viewcarModel{
	width:100%;font-size: 24px;color: #585E66;margin:30px auto;text-align: center;
}
/*分享*/
.shareBtn{
	width:30px;height:30px;position: absolute;top: 10px;right:10px;z-index: 1;cursor: pointer;
}
.payType{
	margin-top: 20px;
}
.payType p{
	text-align: center;font-size: 16px;color: #585E66;
}
.payType img{
	margin:20px auto;text-align: center;width:212px;height:212px
}
/*视频/图片切换*/
.carVideo{
	max-width: 100%;max-height: 100%;
}
.carPicSwitch{
	position: absolute;
	left: 50%;
	overflow: hidden;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	bottom: 5px;
}
.carPicSwitch input{
	position: absolute;
	left:-99em;
}
.carPicToggle{
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 100px;
	height: 22px;
	background: #49484b;
	border-radius: 11px;
	-webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.carPicToggle:before, .carPicToggle:after{
	width:50px;
	position: absolute;
	line-height: 22px;
	font-size: 14px;
	z-index: 2;
	-webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.carPicToggle:before{
	content: "视频";
	left: 14px;
	color: #fff;
}
.carPicToggle:after{
	content: "照片";
	right: -11px;
	color: #fff;
}
.toggle__handler{
	display: inline-block;
	position: relative;
	z-index: 1;
	background: #4A90EF;
	width: 50px;
	height: 22px;
	border-radius: 11px;
	top: 0px;
	left: 0px;
	-webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
input:checked + .carPicToggle{
	background: #49484b;
}
input:checked + .carPicToggle:before{
	color: #fff;
}
input:checked + .carPicToggle:after{
	color: #fff;
}
input:checked + .carPicToggle .toggle__handler{
	width: 50px;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	border-color: #fff;
}
.videoBg{
	background:url("../images/videoBg.png") no-repeat;
	position: absolute;
	left:0;bottom:0;
	width:100%;height:100%;
	cursor: pointer;
}
/*拍卖预告*/
.noticeList{
	width:1020px;margin:0 auto;border-bottom: 10px #F9FAF9 solid;
}
.noticeList h1{
	text-align: left;font-size: 22px;color: #333333;padding-top:40px;
}
.noticeList ul{
	width:100%;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;
}
.noticeList ul li{
	width:340px;text-align: center;margin:30px 0 20px 0;
}
.noticeList ul li div{
	width:100%;text-align: center;
}
.noticeList ul li .time{
	height:50px;font-size: 23px;color: #4989F5;background: url("../images/timeBg.png") no-repeat center;
	padding-top:2px;box-sizing: border-box;
}
.noticeList ul li .line{
	height:20px;background: url("../images/noticeBg.png") no-repeat center;margin:13px auto;
}
.noticeList ul li .event{
	font-size: 17px;color: #333333;margin-top:6px;
}
.noticeList ul li .date{
	font-size: 15px;color: #888888;margin-top:6px;
}
/*预告详情*/
.newsListDetailBox .dateBox{
	width:97%;background: #f7f7f7;border-radius: 5px;font-size: 17px;font-weight:bold;color: #333333;
	margin:15px auto 0 auto;padding:18px 22px;box-sizing: border-box;
}
.newsListDetailBox .dateBox p:first-child{
	margin-bottom: 10px;
}
.auctionNoticeContent{
	width:97%;margin:35px auto;
}
.auctionNoticeContent h3{
	font-size: 18px;color: #333333;position: relative
}
.auctionNoticeContent h3 img{
	width:17px;margin-right:10px;
}
.auctionNoticeContent h3 span{
	position: absolute;top:2px;font-weight: bold;
}
.auctionNoticeContent .content{
	padding:10px 0 32px 27px;font-size: 16px;color: #333333;line-height: 35px;
	border-bottom: 1px #eee solid;
}
.clickCopy{
	width:30px;display: inline-block; border: 0;background: none
}
#showTel{
	color: #4285F4;font-size: 1rem;cursor: default;
}
/*常见问答*/
.rightcontent .content .questionsBox h1{
	text-align: left;font-size:17px;
}
.questionsBox{
	width:98%;height:56px;background: url("../m/images/QA.png") no-repeat 18px 18px;
	background-size: 22px;overflow: hidden;
	margin:0 auto;
}
.questionsBox h1{
	width:100%;height:56px;line-height: 56px;background: url("../m/images/jiantou.png") no-repeat 99% center;
	background-size: 12px;border-bottom: 1px #eee solid;font-size: 1rem;padding-left:53px;
	text-align: left;cursor: pointer;box-sizing: border-box;
}
.questionsBox ul{
	width:100%;margin:0 auto;
}
.questionsBox ul li{
	width:94%;margin:20px auto 36px 5%;position: relative;
}
.questionsBox ul li .questions{
	width:100%;font-size:16px;color: #333;
}
.questionsBox ul li .answer{
	width:95%;font-size:15px;background: #F7F7F7;border-radius: 5px;margin-top:12px;line-height: 30px;
	padding:10px;box-sizing: border-box;color: #585E66;margin:10px auto 0 4%;
}
.questionsBox ul li .btn{
	width:100%;text-align: right;margin:10px 0;position:absolute;top:-21px;
}
.questionsBox ul li .btn span{
	width:35px;height:24px;display: inline-block;
}
.questionsBox ul li .btn span:last-child{
}

.questionsBox ul li .btn .zan{
	background:url("../m/images/zanNo.png") no-repeat center;
	background-size: 15px;
}
.questionsBox ul li .btn .zanSel{
	background:url("../m/images/zanSel.png") no-repeat center;
	background-size: 15px;
}
.questionsBox ul li .btn .cai{
	background:url("../m/images/caiNo.png") no-repeat center;
	background-size: 15px;
}
.questionsBox ul li .btn .caiSel{
	background:url("../m/images/caiSel.png") no-repeat center;
	background-size: 15px;
}